-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Task Report System Messages and LHN Display for Consistency #27827
Update Task Report System Messages and LHN Display for Consistency #27827
Conversation
@eVoloshchak Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@eVoloshchak PR ready for code review |
@rayane-djouah, the Screenshots/Videos section isn't populated (only for Web) and the PR Author Checklist isn't fully finished |
I will finish it today |
@rayane-djouah, friendly bump on the above |
…-and-LHN-Display-for-Consistency
@eVoloshchak PR ready for review |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-09-27.at.16.18.30.movMobile Web - Chromescreen-20230927-163736.mp4Mobile Web - SafariRPReplay_Final1695826881.MP4DesktopScreen.Recording.2023-09-27.at.16.29.50.moviOSScreen.Recording.2023-09-27.at.16.58.24.movAndroidscreen-20230927-164515.mp4 |
@rayane-djouah, I don't see this change when testing, for me it says "Created a task: taskname" in LHN Notice it also says "Assigned a task to you" in LHN for a chat with the user you've assigned a task to Screen.Recording.2023-09-27.at.10.49.44.mov |
Co-authored-by: Eugene Voloshchak <copyreading@gmail.com>
…isplay-for-Consistency
conflicts resolved |
@eVoloshchak this is because backend changes are not done yet (response from backend override the messages), you need to enable force offline in order to test this frontend changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing on main, this is not related to this PR |
all yours @dangrous |
Merging main should fix those tests now! Will review shortly |
…-and-LHN-Display-for-Consistency
all tests are passing now @dangrous |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, this looks great! Will merge this, and then I'll tackle the backend to match shortly.
🚀 Deployed to staging by https://github.com/dangrous in version: 1.3.75-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.75-12 🚀
|
🚀 Deployed to staging by https://github.com/dangrous in version: 1.3.76-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.76-6 🚀
|
Details
#24601 (comment)
Fixed Issues
$ #24601
PROPOSAL: #24601 (comment)
Tests
task for %taskTitle%
Mark as complete
marked as complete
marked as incomplete
assigned to %displayName%
Offline tests
Same as above tests.
QA Steps
Same as above tests.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
web.mp4
Mobile Web - Chrome
chrome.mp4
Mobile Web - Safari
safari.mp4
Desktop
desktop.mp4
iOS
ios.mp4
Android
android.mp4